var golang.org/x/net/http2.testHookOnPanicMu

4 uses

	golang.org/x/net/http2 (current package)
		server.go#L81: 	testHookOnPanicMu     *sync.Mutex // nil except in tests
		server.go#L872: 	if testHookOnPanicMu != nil {
		server.go#L873: 		testHookOnPanicMu.Lock()
		server.go#L874: 		defer testHookOnPanicMu.Unlock()